@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,strong{font-weight:normal;}
body{	/*修改和去除移动端点击事件出现的背景框*/
-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;}
ul,ol,li{list-style:none;}
img{border:none;vertical-align:middle;}
a{text-decoration:none;color:#000;}
a:hover{text-decoration:none;}

/*去掉FF浏览器a标签虚框*/
a:focus{outline:none;}
select,select:hover{outline:none;border-color:#000;}
.footerfixed{display: none;}
@media only screen and (max-width:768px){
	.footerfixed{display:block;z-index:99999999999999999999999999;}
	.footerfixed{position:fixed;bottom:-5px;width:100%;overflow: hidden;}
	.footerfixed>ul{width:100%;}
	.footerfixed>ul>li{float:left;width:33.3333%;text-align:center;}
	.footerfixed>ul>li a{border-right:1px solid #fff;}
	.footerfixed>ul>li:last-child a{border-right:none;}
	.footerfixed>ul>li>a{display:inline-block;width:100%;line-height:40px;background:#0c0c0c;color:#fff;font-size:18px;}
}
